var net.hasSOLMPTCP
3 uses
	net (current package)
		mptcpsock_linux.go#L19: 	hasSOLMPTCP    bool // only valid if mptcpAvailable is true
		mptcpsock_linux.go#L58: 	hasSOLMPTCP = major > 5 || (major == 5 && minor >= 16)
		mptcpsock_linux.go#L133: 	if hasSOLMPTCP {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)